home *** CD-ROM | disk | FTP | other *** search
/ 1000 Apple LAN Literacy / 1000 Apple LAN Literacy.iso / Apple LAN Literacy / Literacy Segments Part 1 / Literacy Segments Part 1 / background_74088.txt < prev    next >
Text File  |  1989-08-22  |  7KB  |  326 lines

  1. -- background: 74088 from stack: in
  2. -- bmap block id: 74296
  3. -- flags: 0000
  4. -- background id: 0
  5. -- name: 1.2.1 Example
  6.  
  7.  
  8. -- part 3 (field)
  9. -- low flags: 01
  10. -- high flags: 0000
  11. -- rect: left=18 top=1 right=38 bottom=442
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 0
  15. -- font id: 156
  16. -- text size: 24
  17. -- style flags: 10240
  18. -- line height: 32
  19. -- part name: Title
  20.  
  21.  
  22. -- part 5 (button)
  23. -- low flags: 00
  24. -- high flags: 0000
  25. -- rect: left=443 top=5 right=72 bottom=512
  26. -- title width / last selected line: 0
  27. -- icon id / first selected line: 0 / 0
  28. -- text alignment: 1
  29. -- font id: 0
  30. -- text size: 12
  31. -- style flags: 0
  32. -- line height: 16
  33. -- part name: Instant Reference
  34. ----- HyperTalk script -----
  35. on mouseUp
  36.   instantReference "1.2.1"
  37. end mouseUp
  38.  
  39.  
  40. -- part 6 (button)
  41. -- low flags: 00
  42. -- high flags: 2000
  43. -- rect: left=482 top=176 right=205 bottom=511
  44. -- title width / last selected line: 0
  45. -- icon id / first selected line: 162 / 162
  46. -- text alignment: 1
  47. -- font id: 0
  48. -- text size: 12
  49. -- style flags: 0
  50. -- line height: 16
  51. -- part name: Help
  52. ----- HyperTalk script -----
  53. on mouseUp
  54.   Help
  55. end mouseUp
  56.  
  57.  
  58.  
  59. -- part 7 (button)
  60. -- low flags: 00
  61. -- high flags: 2000
  62. -- rect: left=480 top=143 right=172 bottom=511
  63. -- title width / last selected line: 0
  64. -- icon id / first selected line: 1310 / 1310
  65. -- text alignment: 1
  66. -- font id: 0
  67. -- text size: 12
  68. -- style flags: 0
  69. -- line height: 16
  70. -- part name: Student Services
  71. ----- HyperTalk script -----
  72. on mousedown
  73.   SSpopUp
  74. end mousedown
  75.  
  76. on mouseup
  77.   if the mouseloc is not within the rect of me then exit to hyperCard
  78.   doSS
  79. end mouseup
  80.  
  81.  
  82.  
  83. -- part 8 (button)
  84. -- low flags: 00
  85. -- high flags: 2000
  86. -- rect: left=482 top=294 right=320 bottom=509
  87. -- title width / last selected line: 0
  88. -- icon id / first selected line: 1236 / 1236
  89. -- text alignment: 1
  90. -- font id: 0
  91. -- text size: 12
  92. -- style flags: 0
  93. -- line height: 16
  94. -- part name: Last Menu
  95.  
  96.  
  97. -- part 9 (button)
  98. -- low flags: 00
  99. -- high flags: 0000
  100. -- rect: left=493 top=319 right=341 bottom=512
  101. -- title width / last selected line: 0
  102. -- icon id / first selected line: 1400 / 1400
  103. -- text alignment: 1
  104. -- font id: 0
  105. -- text size: 12
  106. -- style flags: 0
  107. -- line height: 16
  108. -- part name: Next
  109. ----- HyperTalk script -----
  110. on mouseUp
  111.  
  112. end mouseUp
  113.  
  114.  
  115.  
  116. -- part 10 (button)
  117. -- low flags: 00
  118. -- high flags: 0000
  119. -- rect: left=478 top=319 right=341 bottom=498
  120. -- title width / last selected line: 0
  121. -- icon id / first selected line: 1401 / 1401
  122. -- text alignment: 1
  123. -- font id: 0
  124. -- text size: 12
  125. -- style flags: 0
  126. -- line height: 16
  127. -- part name: Prev
  128. ----- HyperTalk script -----
  129. on mouseUp
  130.  
  131. end mouseUp
  132.  
  133.  
  134.  
  135. -- part 11 (field)
  136. -- low flags: 01
  137. -- high flags: 0000
  138. -- rect: left=16 top=38 right=67 bottom=436
  139. -- title width / last selected line: 0
  140. -- icon id / first selected line: 0 / 0
  141. -- text alignment: 0
  142. -- font id: 156
  143. -- text size: 20
  144. -- style flags: 0
  145. -- line height: 26
  146. -- part name: Subtitle
  147.  
  148.  
  149. -- part 24 (field)
  150. -- low flags: 01
  151. -- high flags: 0000
  152. -- rect: left=16 top=68 right=88 bottom=463
  153. -- title width / last selected line: 0
  154. -- icon id / first selected line: 0 / 0
  155. -- text alignment: 0
  156. -- font id: 3
  157. -- text size: 10
  158. -- style flags: 256
  159. -- line height: 15
  160. -- part name: Instruction
  161.  
  162.  
  163. -- part 25 (field)
  164. -- low flags: 01
  165. -- high flags: 0000
  166. -- rect: left=95 top=94 right=196 bottom=241
  167. -- title width / last selected line: 0
  168. -- icon id / first selected line: 0 / 0
  169. -- text alignment: 0
  170. -- font id: 156
  171. -- text size: 16
  172. -- style flags: 0
  173. -- line height: 17
  174. -- part name: Item1
  175.  
  176.  
  177. -- part 26 (field)
  178. -- low flags: 01
  179. -- high flags: 0000
  180. -- rect: left=318 top=94 right=196 bottom=464
  181. -- title width / last selected line: 0
  182. -- icon id / first selected line: 0 / 0
  183. -- text alignment: 0
  184. -- font id: 156
  185. -- text size: 16
  186. -- style flags: 0
  187. -- line height: 17
  188. -- part name: Item2
  189.  
  190.  
  191. -- part 28 (field)
  192. -- low flags: 01
  193. -- high flags: 0000
  194. -- rect: left=318 top=212 right=314 bottom=464
  195. -- title width / last selected line: 0
  196. -- icon id / first selected line: 0 / 0
  197. -- text alignment: 0
  198. -- font id: 156
  199. -- text size: 16
  200. -- style flags: 0
  201. -- line height: 17
  202. -- part name: Item4
  203.  
  204.  
  205. -- part 27 (field)
  206. -- low flags: 01
  207. -- high flags: 0000
  208. -- rect: left=95 top=212 right=314 bottom=241
  209. -- title width / last selected line: 0
  210. -- icon id / first selected line: 0 / 0
  211. -- text alignment: 0
  212. -- font id: 156
  213. -- text size: 16
  214. -- style flags: 0
  215. -- line height: 17
  216. -- part name: Item3
  217.  
  218.  
  219. -- part 21 (field)
  220. -- low flags: 81
  221. -- high flags: 0001
  222. -- rect: left=423 top=0 right=13 bottom=466
  223. -- title width / last selected line: 0
  224. -- icon id / first selected line: 0 / 0
  225. -- text alignment: 65535
  226. -- font id: 4
  227. -- text size: 9
  228. -- style flags: 0
  229. -- line height: 12
  230. -- part name: CardTitle
  231.  
  232.  
  233. -- part 35 (button)
  234. -- low flags: 00
  235. -- high flags: 2000
  236. -- rect: left=482 top=208 right=234 bottom=509
  237. -- title width / last selected line: 0
  238. -- icon id / first selected line: 1234 / 1234
  239. -- text alignment: 1
  240. -- font id: 0
  241. -- text size: 12
  242. -- style flags: 0
  243. -- line height: 16
  244. -- part name: Lesson
  245. ----- HyperTalk script -----
  246. on mouseUp
  247.   lesson "1.2.1"
  248. end mouseUp
  249.  
  250.  
  251. -- part 36 (button)
  252. -- low flags: 00
  253. -- high flags: 2000
  254. -- rect: left=21 top=98 right=165 bottom=88
  255. -- title width / last selected line: 0
  256. -- icon id / first selected line: 0 / 0
  257. -- text alignment: 1
  258. -- font id: 0
  259. -- text size: 12
  260. -- style flags: 0
  261. -- line height: 16
  262. -- part name: item1
  263. ----- HyperTalk script -----
  264. on mouseUp
  265.   set the hilite of me to true
  266.   go cd "Links and Nodes E/2"
  267. end mouseUp
  268.  
  269.  
  270.  
  271. -- part 37 (button)
  272. -- low flags: 00
  273. -- high flags: 2000
  274. -- rect: left=244 top=98 right=165 bottom=310
  275. -- title width / last selected line: 0
  276. -- icon id / first selected line: 0 / 0
  277. -- text alignment: 1
  278. -- font id: 0
  279. -- text size: 12
  280. -- style flags: 0
  281. -- line height: 16
  282. -- part name: item2
  283. ----- HyperTalk script -----
  284. on mouseUp
  285.   set the hilite of me to true
  286.   go cd "Links and Nodes E/3"
  287. end mouseUp
  288.  
  289.  
  290. -- part 38 (button)
  291. -- low flags: 00
  292. -- high flags: 2000
  293. -- rect: left=21 top=216 right=283 bottom=88
  294. -- title width / last selected line: 0
  295. -- icon id / first selected line: 0 / 0
  296. -- text alignment: 1
  297. -- font id: 0
  298. -- text size: 12
  299. -- style flags: 0
  300. -- line height: 16
  301. -- part name: item3
  302. ----- HyperTalk script -----
  303. on mouseUp
  304.   set the hilite of me to true
  305.   go cd "Links and Nodes E/4"
  306. end mouseUp
  307.  
  308.  
  309. -- part 39 (button)
  310. -- low flags: 00
  311. -- high flags: 2000
  312. -- rect: left=243 top=216 right=283 bottom=310
  313. -- title width / last selected line: 0
  314. -- icon id / first selected line: 0 / 0
  315. -- text alignment: 1
  316. -- font id: 0
  317. -- text size: 12
  318. -- style flags: 0
  319. -- line height: 16
  320. -- part name: item4
  321. ----- HyperTalk script -----
  322. on mouseUp
  323.   set the hilite of me to true
  324.   go cd "Links and Nodes E/5"
  325. end mouseUp
  326.